The first module of coding we done was on HTML and the first thing we learned was the layout.
When using an editor such as vscode, which is the editor I use, by entering "html" you can get the default
text needed to start of your webpage after creating a new file with an html extension. Here you can
enter the title which will be seen at the top of the page. After that we learned about all the key tags
which include the heading tags, the paragraphs tags, list tags and the images tag. With all these tags
you can create the basic visuals of a webpage. After that we learned how to create forms using input tags,
select tags textarea tags and so forth. I also learned about creating tables and even tables within tables,
known as nested tables. Finally I have also learned about hyperlinks which includes adding
links within your webpage that will either redirect to a different webpage or auto-scroll to a particular
part on your page linked with that particular link. Iframes are also included in this as it is the part
where you link a particular video onto your webpage. So that is more or less everything I have
learned and this is only the beginning.